win32: Add missing enum value to switch statement
authorBenjamin Otte <otte@redhat.com>
Tue, 21 May 2019 05:17:44 +0000 (07:17 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 21 May 2019 05:23:30 +0000 (07:23 +0200)
gtk/gtkprintoperation-win32.c

index 4f21c1f17ff9e4c48d3b430c62ede81aa2b5b843..ed6dfd797f6877e7f9feb1d2bbe71d3c2c089770 100644 (file)
@@ -1211,6 +1211,7 @@ dialog_from_print_settings (GtkPrintOperation *op,
       switch (print_pages)
        {
        default:
+       case GTK_PRINT_PAGES_SELECTION:
        case GTK_PRINT_PAGES_ALL:
          printdlgex->Flags |= PD_ALLPAGES;
          break;